Micron Document
🌎 rns.kin.earth git 🌍

Node / dev / reticulum / commits / 3b7cfc0

Commit 3b7cfc066689b540ca306f06c3aff68fd9d09f1a


Parents : de76b89
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Signature : T66BB85Valid, signed by author
Date : 2026-08-26T00:15:44+02:00

Cleanup

Changes

1 files changed, 0 insertions(+), 2 deletions(-)


Diff

diff --git a/RNS/Transport.py b/RNS/Transport.py
index abafeef3..eb0e29b8 100755
--- a/RNS/Transport.py
+++ b/RNS/Transport.py
@@ -52,7 +52,6 @@ class InboundQueues:
self._sizes = sizes
self._dropped = [0 for _ in sizes]
self._hw_mark = hw_mark or max(128, BackboneInterface.DP_IC_HIGH_WM)
- RNS.log(f"hw mark at {self._hw_mark}", RNS.LOG_CRITICAL)
def put(self, traffic_class, item, block=False, timeout=None):
with self._cond:
@@ -176,7 +175,6 @@ class Transport:
# Notes on memory usage: 1 megabyte of memory can store approximately
# 55.100 path table entries or approximately 22.300 link table entries.
- link_fp_cache = {}
announce_table = {} # A table for storing announces currently waiting to be retransmitted
path_table = {} # A lookup table containing the next hop to a given destination
reverse_table = {} # A lookup table for storing packet hashes used to return proofs and replies

Served by rngit 1.5.2 - Generated in 0.04s